Computer Science
epub |eng | 2015-04-07 | Author:Brain, Marshall [Brain, Marshall]

Humans are going to advance to the point where we create artificial consciousness, and then that artificial consciousness will improve rapidly, to the point where it makes its biological creators ...
( Category: Robotics May 25,2015 )
epub, mobi, pdf |eng | 2011-11-22 | Author:Tobias Klein [Tobias Klein]

Step 5: Find the User-Controlled Input Values After I generated the list of all the supported IOCTLs, I tried to locate the buffer containing the user-supplied IOCTL input data. All ...
( Category: Debugging May 24,2015 )
mobi, epub, azw3, pdf |eng | 2011-06-06 | Author:Nicholas Carr

THE WEB COMBINES the technology of hypertext with the technology of multimedia to deliver what’s called “hypermedia.” It’s not just words that are served up and electronically linked, but also ...
epub, pdf |eng | 2013-10-16 | Author:Adam Freeman [Freeman, Adam]

Creating the Progress Bar You create a progress bar by selecting a div element and calling the progressbar method, as shown in Listing 18-14. Listing 18-14. Creating a Progress Bar ...
( Category: JavaScript April 30,2015 )
mobi |eng | 2015-03-28 | Author:Othmar Kyas

Later, we will add the above scripts as commands to OpenRemote Designer, using the shell execution protocol. Since we will also display the track iTunes is currently playing, we need ...
( Category: Human-Computer Interaction April 9,2015 )
mobi, epub |eng | 2011-01-10 | Author:Turkle, Sherry [Turkle, Sherry]

PRESENTATION ANXIETY What are the truth claims in a Facebook profile? How much can you lie? And what is at stake if you do? Nancy, an eighteen-year-old senior at Roosevelt, ...
( Category: Interpersonal Relations March 24,2015 )
epub, pdf |eng | 2014-12-11 | Author:Carlos Bueno [Carlos Bueno]

“Take this to General Darius down the hall, in the Office of Logistics,” said Case, handing her a blank Pass Approval Request Form. “If he approves it, I’ll approve it.” ...
( Category: Programming March 22,2015 )
epub, mobi |eng | 2013-02-05 | Author:Vernon, Vaughn [Vernon, Vaughn]

( Category: Object-Oriented Design March 19,2015 )
epub |eng | 2011-04-20 | Author:David Wolber & Hal Abelson & Ellen Spertus & Liz Looney [David Wolber]

Variations After you get this application working—and you’ve spent enough time actually playing with your NXT robot—you might want to try: Varying the amount of power when driving the robot. ...
( Category: Software Development March 17,2015 )
epub |eng | 2012-12-13 | Author:Good, Phillip I.

Exercise 6.5: List all possible sources of variation for your hypothetical experiment and describe how you will cope with each one. 6.2.4 Matched Pairs One of the best ways to ...
( Category: Probability & Statistics March 15,2015 )
epub |eng | 0101-01-01 | Author:Kevin Diller [Diller, Kevin]

Hiddenness, Analogy and History The hiddenness of God revisited. As alluded to in chapter two, the hiddenness of God, for Barth, is neither an a priori assumption nor a demonstrable ...
( Category: Cybernetics March 14,2015 )
mobi, epub, pdf |eng | 2008-07-13 | Author:Paul Graham

where w is the token whose probability we're calculating, good and bad are the hash tables I created in the first step, and G and B are the number of ...
azw3 |eng | 2005-05-11 | Author:Meyers, Scott [Meyers, Scott]

#include <string> // standard library components // shouldn't be forward-declared #include <memory> // for tr1::shared_ptr; see below class PersonImpl; // forward decl of Person impl. class class Date; // forward ...
( Category: Object-Oriented Design March 11,2015 )
azw3 |eng | 2015-03-05 | Author:flow, Knowledge [flow, Knowledge]

for loop Statement Syntax for(initialization; condition; increment) Program #include <iostream.h> using namespace std; int main(void) { int i; for(i= 1;i<5;i++) { cout << "run for loop at: " << i ...
( Category: AI & Machine Learning March 10,2015 )
epub, pdf |eng | 2014-01-22 | Author:Robert Sedgewick [Sedgewick, Robert]

472 CHAPTER 3 ■ Searching Clustering. The average cost of linear probing depends on the way in which the entries clump together into contiguous groups of occupied table entries, called ...
( Category: Structured Design March 10,2015 )